Open
Conversation
- Reorganizar la sección de instalación con métodos y comandos más claros - Añadir opciones Docker con detalles para instalación manual y una línea - Incluir comandos útiles de Docker y PM2 para despliegue y gestión - Añadir sección para despliegue local con validaciones y pasos detallados - Incluir instrucciones completas para uso de PM2 con autoarranque y archivo ecosystem - Mejorar formato y lenguaje para mayor claridad en ejemplos y descripciones - Añadir encabezados y separadores para facilitar la lectura y navegación
…updates - Removal of complex internal functions and previously integrated helper modules - Centralized integration of update processing via `processTelegramUpdate` - Reduced code for direct handling of sessions, files, commands, and messages - Improved error handling with rollback for duplicate or failed updates - Updated the React TelegramIntegrationManager component to support connection modes - Added support for “auto,” “webhook,” and “polling” modes with control and status in the interface - Implementation of automatic mode detection based on public URL or local environment - UI improvements for configuration and connection statuses, including polling and webhook - Initialization of the Telegram lifecycle (polling or webhook) upon server startup - Updated documentation and text to reflect new integration and usage options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
I've watched your videos, tried the product, and noticed that you use Nginx to connect to Telegram. There's another method called Long Pulling, which lets you use it without exposing anything, and you don't need a domain or HTTPS.
What Changed
1 - Readme: Separating the Docked build from the Local build
2 - I've added Telegram Pulling
3 - I've updated the TG connection screen so that you now enter the bot's token regardless of the connection type; further down, you can choose to connect via webhook or pulling.
How to Test
Checklist
npm run lint.npm run build.